Html Css Color HEX #BB940E Buddha Gold

📋 copy color: '#BB940E'

red 187 ◦ green 148 ◦ blue 14

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

Shades of Buddha Gold #BB940E

Tints of Buddha Gold #BB940E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.41%

 BLUE value IS 14 (5.86% from 255) = 4.01%

R = 53.58%
G = 42.41%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB940E (or 0xBB940E) is known color: Buddha Gold. HEX triplet: BB, 94 and 0E. RGB value is (187,148,14). Sum of RGB (Red+Green+Blue) = 187+148+14=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB940E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB940E is #446BF1. Grayscale: #909090. Windows color (decimal): -4484082 or 955579. OLE color: 955579.

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

Color convert

RGB 187 148 14 -
CMYK 0 0.21 0.93 0.27
HSL 46.47º 0.86% 0.39% -
HSV(B) 46.47º 0.93% 0.73% -
XYZ 31.16 31.78 4.91 -
YUV 144.39 54.42 158.4 -
System Red Green Blue C M Y K H S L
Decimal 187 148 14 0 0.21 0.93 0.27 46.47 0.86 0.39
Hex BB 94 E 0 15 5D 1B 2E 56 27
Octal 273 224 16 0 25 135 33 56 126 47
Binary 10111011 10010100 1110 0 10101 1011101 11011 101110 1010110 100111

Color Harmonies of #BB940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB940E

Black with #BB940E

Text Example


Text Example

White with #BB940E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB940E; }

 p { color: rgb(187,148,14); }

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

background-color css

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

 a { background-color: rgb(187,148,14); }

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

border-color css

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

 span { border-color: rgb(187,148,14); }

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