Html Css Color HEX #BB831A Dark Goldenrod

📋 copy color: '#BB831A'

red 187 ◦ green 131 ◦ blue 26

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

Shades of Dark Goldenrod #BB831A

Tints of Dark Goldenrod #BB831A

RGB

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

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

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

R = 54.36%
G = 38.08%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB831A (or 0xBB831A) is known color: Dark Goldenrod. HEX triplet: BB, 83 and 1A. RGB value is (187,131,26). Sum of RGB (Red+Green+Blue) = 187+131+26=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB831A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB831A is #447CE5. Grayscale: #888888. Windows color (decimal): -4488422 or 1737659. OLE color: 1737659.

HSL color Cylindrical-coordinate representation of color #BB831A: hue angle of 39.13º 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 #BB831A is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 131 26 -
CMYK 0 0.30 0.86 0.27
HSL 39.13º 0.76% 0.42% -
HSV(B) 39.13º 0.86% 0.73% -
XYZ 28.8 26.87 4.65 -
YUV 135.77 66.05 164.54 -
System Red Green Blue C M Y K H S L
Decimal 187 131 26 0 0.30 0.86 0.27 39.13 0.76 0.42
Hex BB 83 1A 0 1E 56 1B 27 4C 2A
Octal 273 203 32 0 36 126 33 47 114 52
Binary 10111011 10000011 11010 0 11110 1010110 11011 100111 1001100 101010

Color Harmonies of #BB831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB831A

Black with #BB831A

Text Example


Text Example

White with #BB831A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB831A; }

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

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

background-color css

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

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

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

border-color css

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

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

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