Html Css Color HEX #B27B06 Dark Goldenrod

📋 copy color: '#B27B06'

red 178 ◦ green 123 ◦ blue 6

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

Shades of Dark Goldenrod #B27B06

Tints of Dark Goldenrod #B27B06

RGB

 RED value IS 178 (69.92% from 255) = 57.98%

 GREEN value IS 123 (48.44% from 255) = 40.07%

 BLUE value IS 6 (2.73% from 255) = 1.95%

R = 57.98%
G = 40.07%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B27B06 (or 0xB27B06) is known color: Dark Goldenrod. HEX triplet: B2, 7B and 06. RGB value is (178,123,6). Sum of RGB (Red+Green+Blue) = 178+123+6=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27B06 is #4D84F9. Grayscale: #7E7E7E. Windows color (decimal): -5080314 or 424882. OLE color: 424882.

HSL color Cylindrical-coordinate representation of color #B27B06: hue angle of 40.81º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B27B06 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 123 6 -
CMYK 0 0.31 0.97 0.30
HSL 40.81º 0.93% 0.36% -
HSV(B) 40.81º 0.97% 0.7% -
XYZ 25.48 23.64 3.39 -
YUV 126.11 60.22 165.01 -
System Red Green Blue C M Y K H S L
Decimal 178 123 6 0 0.31 0.97 0.30 40.81 0.93 0.36
Hex B2 7B 6 0 1F 61 1E 29 5D 24
Octal 262 173 6 0 37 141 36 51 135 44
Binary 10110010 1111011 110 0 11111 1100001 11110 101001 1011101 100100

Color Harmonies of #B27B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27B06

Black with #B27B06

Text Example


Text Example

White with #B27B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27B06; }

 p { color: rgb(178,123,6); }

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

background-color css

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

 a { background-color: rgb(178,123,6); }

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

border-color css

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

 span { border-color: rgb(178,123,6); }

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