Html Css Color HEX #BB811A Dark Goldenrod

📋 copy color: '#BB811A'

red 187 ◦ green 129 ◦ blue 26

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

Shades of Dark Goldenrod #BB811A

Tints of Dark Goldenrod #BB811A

RGB

 RED value IS 187 (73.44% from 255) = 54.68%

 GREEN value IS 129 (50.78% from 255) = 37.72%

 BLUE value IS 26 (10.55% from 255) = 7.6%

R = 54.68%
G = 37.72%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB811A (or 0xBB811A) is known color: Dark Goldenrod. HEX triplet: BB, 81 and 1A. RGB value is (187,129,26). Sum of RGB (Red+Green+Blue) = 187+129+26=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB811A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB811A is #447EE5. Grayscale: #878787. Windows color (decimal): -4488934 or 1737147. OLE color: 1737147.

HSL color Cylindrical-coordinate representation of color #BB811A: hue angle of 38.39º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB811A is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 129 26 -
CMYK 0 0.31 0.86 0.27
HSL 38.39º 0.76% 0.42% -
HSV(B) 38.39º 0.86% 0.73% -
XYZ 28.53 26.34 4.56 -
YUV 134.6 66.72 165.38 -
System Red Green Blue C M Y K H S L
Decimal 187 129 26 0 0.31 0.86 0.27 38.39 0.76 0.42
Hex BB 81 1A 0 1F 56 1B 26 4C 2A
Octal 273 201 32 0 37 126 33 46 114 52
Binary 10111011 10000001 11010 0 11111 1010110 11011 100110 1001100 101010

Color Harmonies of #BB811A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB811A

Black with #BB811A

Text Example


Text Example

White with #BB811A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB811A; }

 p { color: rgb(187,129,26); }

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

background-color css

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

 a { background-color: rgb(187,129,26); }

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

border-color css

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

 span { border-color: rgb(187,129,26); }

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