Html Css Color HEX #B69A3F Roti

📋 copy color: '#B69A3F'

red 182 ◦ green 154 ◦ blue 63

#B69A3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roti #B69A3F

Tints of Roti #B69A3F

RGB

 RED value IS 182 (71.48% from 255) = 45.61%

 GREEN value IS 154 (60.55% from 255) = 38.6%

 BLUE value IS 63 (25% from 255) = 15.79%

R = 45.61%
G = 38.6%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B69A3F (or 0xB69A3F) is known color: Roti. HEX triplet: B6, 9A and 3F. RGB value is (182,154,63). Sum of RGB (Red+Green+Blue) = 182+154+63=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69A3F is #4965C0. Grayscale: #989898. Windows color (decimal): -4810177 or 4168374. OLE color: 4168374.

HSL color Cylindrical-coordinate representation of color #B69A3F: hue angle of 45.88º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B69A3F is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 154 63 -
CMYK 0 0.15 0.65 0.29
HSL 45.88º 0.49% 0.48% -
HSV(B) 45.88º 0.65% 0.71% -
XYZ 31.74 33.42 9.48 -
YUV 152 77.78 149.4 -
System Red Green Blue C M Y K H S L
Decimal 182 154 63 0 0.15 0.65 0.29 45.88 0.49 0.48
Hex B6 9A 3F 0 F 41 1D 2E 31 30
Octal 266 232 77 0 17 101 35 56 61 60
Binary 10110110 10011010 111111 0 1111 1000001 11101 101110 110001 110000

Color Harmonies of #B69A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69A3F

Black with #B69A3F

Text Example


Text Example

White with #B69A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69A3F; }

 p { color: rgb(182,154,63); }

 H1.HeaderClassName
 {
   color: #B69A3F;
 }
 .AnyTagClassName
 {
   color: #B69A3F;
 }
</style>

background-color css

<style>
 a { background-color: #B69A3F; }

 a { background-color: rgb(182,154,63); }

 div.DivClassName
 {
   background-color: #B69A3F;
 }
 .BgClassName
 {
   background-color: #B69A3F;
 }
</style>

border-color css

<style>
 span { border-color: #B69A3F; }

 span { border-color: rgb(182,154,63); }

 td.TdClassName
 {
   border-color: #B69A3F;
 }
 .TagClassName
 {
   border-color: #B69A3F;
 }
</style>