Html Css Color HEX #BBA00A Buddha Gold

📋 copy color: '#BBA00A'

red 187 ◦ green 160 ◦ blue 10

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

Shades of Buddha Gold #BBA00A

Tints of Buddha Gold #BBA00A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.82%

 BLUE value IS 10 (4.3% from 255) = 2.8%

R = 52.38%
G = 44.82%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BBA00A (or 0xBBA00A) is known color: Buddha Gold. HEX triplet: BB, A0 and 0A. RGB value is (187,160,10). Sum of RGB (Red+Green+Blue) = 187+160+10=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 10 (4.30% from 255 or 2.80% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA00A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA00A is #445FF5. Grayscale: #979797. Windows color (decimal): -4481014 or 696507. OLE color: 696507.

HSL color Cylindrical-coordinate representation of color #BBA00A: hue angle of 50.85º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBA00A is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 160 10 -
CMYK 0 0.14 0.95 0.27
HSL 50.85º 0.9% 0.39% -
HSV(B) 50.85º 0.95% 0.73% -
XYZ 33.12 35.73 5.44 -
YUV 150.97 48.45 153.7 -
System Red Green Blue C M Y K H S L
Decimal 187 160 10 0 0.14 0.95 0.27 50.85 0.9 0.39
Hex BB A0 A 0 E 5F 1B 33 5A 27
Octal 273 240 12 0 16 137 33 63 132 47
Binary 10111011 10100000 1010 0 1110 1011111 11011 110011 1011010 100111

Color Harmonies of #BBA00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA00A

Black with #BBA00A

Text Example


Text Example

White with #BBA00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA00A; }

 p { color: rgb(187,160,10); }

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

background-color css

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

 a { background-color: rgb(187,160,10); }

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

border-color css

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

 span { border-color: rgb(187,160,10); }

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