Html Css Color HEX #BB941F Buddha Gold

📋 copy color: '#BB941F'

red 187 ◦ green 148 ◦ blue 31

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

Shades of Buddha Gold #BB941F

Tints of Buddha Gold #BB941F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.47%

R = 51.09%
G = 40.44%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB941F (or 0xBB941F) is known color: Buddha Gold. HEX triplet: BB, 94 and 1F. RGB value is (187,148,31). Sum of RGB (Red+Green+Blue) = 187+148+31=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB941F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB941F is #446BE0. Grayscale: #929292. Windows color (decimal): -4484065 or 2069691. OLE color: 2069691.

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

Color convert

RGB 187 148 31 -
CMYK 0 0.21 0.83 0.27
HSL 45º 0.72% 0.43% -
HSV(B) 45º 0.83% 0.73% -
XYZ 31.33 31.84 5.79 -
YUV 146.32 62.92 157.01 -
System Red Green Blue C M Y K H S L
Decimal 187 148 31 0 0.21 0.83 0.27 45 0.72 0.43
Hex BB 94 1F 0 15 53 1B 2D 48 2B
Octal 273 224 37 0 25 123 33 55 110 53
Binary 10111011 10010100 11111 0 10101 1010011 11011 101101 1001000 101011

Color Harmonies of #BB941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB941F

Black with #BB941F

Text Example


Text Example

White with #BB941F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB941F; }

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

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

background-color css

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

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

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

border-color css

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

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

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