Html Css Color HEX #BB8F1A Buddha Gold

📋 copy color: '#BB8F1A'

red 187 ◦ green 143 ◦ blue 26

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

Shades of Buddha Gold #BB8F1A

Tints of Buddha Gold #BB8F1A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.17%

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

R = 52.53%
G = 40.17%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB8F1A (or 0xBB8F1A) is known color: Buddha Gold. HEX triplet: BB, 8F and 1A. RGB value is (187,143,26). Sum of RGB (Red+Green+Blue) = 187+143+26=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F1A is #4470E5. Grayscale: #8F8F8F. Windows color (decimal): -4485350 or 1740731. OLE color: 1740731.

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

Color convert

RGB 187 143 26 -
CMYK 0 0.24 0.86 0.27
HSL 43.6º 0.76% 0.42% -
HSV(B) 43.6º 0.86% 0.73% -
XYZ 30.5 30.28 5.22 -
YUV 142.82 62.08 159.51 -
System Red Green Blue C M Y K H S L
Decimal 187 143 26 0 0.24 0.86 0.27 43.6 0.76 0.42
Hex BB 8F 1A 0 18 56 1B 2C 4C 2A
Octal 273 217 32 0 30 126 33 54 114 52
Binary 10111011 10001111 11010 0 11000 1010110 11011 101100 1001100 101010

Color Harmonies of #BB8F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F1A

Black with #BB8F1A

Text Example


Text Example

White with #BB8F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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