Html Css Color HEX #B8921B Buddha Gold

📋 copy color: '#B8921B'

red 184 ◦ green 146 ◦ blue 27

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

Shades of Buddha Gold #B8921B

Tints of Buddha Gold #B8921B

RGB

 RED value IS 184 (72.27% from 255) = 51.54%

 GREEN value IS 146 (57.42% from 255) = 40.9%

 BLUE value IS 27 (10.94% from 255) = 7.56%

R = 51.54%
G = 40.9%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8921B (or 0xB8921B) is known color: Buddha Gold. HEX triplet: B8, 92 and 1B. RGB value is (184,146,27). Sum of RGB (Red+Green+Blue) = 184+146+27=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 27 (10.94% from 255 or 7.56% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B8921B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8921B is #476DE4. Grayscale: #909090. Windows color (decimal): -4681189 or 1807032. OLE color: 1807032.

HSL color Cylindrical-coordinate representation of color #B8921B: hue angle of 45.48º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8921B is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 146 27 -
CMYK 0 0.21 0.85 0.28
HSL 45.48º 0.74% 0.41% -
HSV(B) 45.48º 0.85% 0.72% -
XYZ 30.24 30.83 5.39 -
YUV 143.8 62.09 156.68 -
System Red Green Blue C M Y K H S L
Decimal 184 146 27 0 0.21 0.85 0.28 45.48 0.74 0.41
Hex B8 92 1B 0 15 55 1C 2D 4A 29
Octal 270 222 33 0 25 125 34 55 112 51
Binary 10111000 10010010 11011 0 10101 1010101 11100 101101 1001010 101001

Color Harmonies of #B8921B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8921B

Black with #B8921B

Text Example


Text Example

White with #B8921B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8921B; }

 p { color: rgb(184,146,27); }

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

background-color css

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

 a { background-color: rgb(184,146,27); }

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

border-color css

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

 span { border-color: rgb(184,146,27); }

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