Html Css Color HEX #B7921C Buddha Gold

📋 copy color: '#B7921C'

red 183 ◦ green 146 ◦ blue 28

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

Shades of Buddha Gold #B7921C

Tints of Buddha Gold #B7921C

RGB

 RED value IS 183 (71.88% from 255) = 51.26%

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

 BLUE value IS 28 (11.33% from 255) = 7.84%

R = 51.26%
G = 40.9%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7921C (or 0xB7921C) is known color: Buddha Gold. HEX triplet: B7, 92 and 1C. RGB value is (183,146,28). Sum of RGB (Red+Green+Blue) = 183+146+28=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B7921C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7921C is #486DE3. Grayscale: #909090. Windows color (decimal): -4746724 or 1872567. OLE color: 1872567.

HSL color Cylindrical-coordinate representation of color #B7921C: hue angle of 45.68º degrees, saturation: 0.73, 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 #B7921C is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 146 28 -
CMYK 0 0.20 0.85 0.28
HSL 45.68º 0.73% 0.41% -
HSV(B) 45.68º 0.85% 0.72% -
XYZ 30.02 30.71 5.44 -
YUV 143.61 62.76 156.09 -
System Red Green Blue C M Y K H S L
Decimal 183 146 28 0 0.20 0.85 0.28 45.68 0.73 0.41
Hex B7 92 1C 0 14 55 1C 2E 49 29
Octal 267 222 34 0 24 125 34 56 111 51
Binary 10110111 10010010 11100 0 10100 1010101 11100 101110 1001001 101001

Color Harmonies of #B7921C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7921C

Black with #B7921C

Text Example


Text Example

White with #B7921C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7921C; }

 p { color: rgb(183,146,28); }

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

background-color css

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

 a { background-color: rgb(183,146,28); }

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

border-color css

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

 span { border-color: rgb(183,146,28); }

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