Html Css Color HEX #B68309 Dark Goldenrod

📋 copy color: '#B68309'

red 182 ◦ green 131 ◦ blue 9

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

Shades of Dark Goldenrod #B68309

Tints of Dark Goldenrod #B68309

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.68%

 BLUE value IS 9 (3.91% from 255) = 2.8%

R = 56.52%
G = 40.68%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B68309 (or 0xB68309) is known color: Dark Goldenrod. HEX triplet: B6, 83 and 09. RGB value is (182,131,9). Sum of RGB (Red+Green+Blue) = 182+131+9=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 9 (3.91% from 255 or 2.80% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B68309 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68309 is #497CF6. Grayscale: #848484. Windows color (decimal): -4816119 or 623542. OLE color: 623542.

HSL color Cylindrical-coordinate representation of color #B68309: hue angle of 42.31º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B68309 is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 131 9 -
CMYK 0 0.28 0.95 0.29
HSL 42.31º 0.91% 0.37% -
HSV(B) 42.31º 0.95% 0.71% -
XYZ 27.46 26.2 3.87 -
YUV 132.34 58.4 163.42 -
System Red Green Blue C M Y K H S L
Decimal 182 131 9 0 0.28 0.95 0.29 42.31 0.91 0.37
Hex B6 83 9 0 1C 5F 1D 2A 5B 25
Octal 266 203 11 0 34 137 35 52 133 45
Binary 10110110 10000011 1001 0 11100 1011111 11101 101010 1011011 100101

Color Harmonies of #B68309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68309

Black with #B68309

Text Example


Text Example

White with #B68309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68309; }

 p { color: rgb(182,131,9); }

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

background-color css

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

 a { background-color: rgb(182,131,9); }

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

border-color css

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

 span { border-color: rgb(182,131,9); }

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