Html Css Color HEX #B4901B Buddha Gold

📋 copy color: '#B4901B'

red 180 ◦ green 144 ◦ blue 27

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

Shades of Buddha Gold #B4901B

Tints of Buddha Gold #B4901B

RGB

 RED value IS 180 (70.7% from 255) = 51.28%

 GREEN value IS 144 (56.64% from 255) = 41.03%

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

R = 51.28%
G = 41.03%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B4901B (or 0xB4901B) is known color: Buddha Gold. HEX triplet: B4, 90 and 1B. RGB value is (180,144,27). Sum of RGB (Red+Green+Blue) = 180+144+27=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B4901B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4901B is #4B6FE4. Grayscale: #8D8D8D. Windows color (decimal): -4943845 or 1806516. OLE color: 1806516.

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

Color convert

RGB 180 144 27 -
CMYK 0 0.2 0.85 0.29
HSL 45.88º 0.74% 0.41% -
HSV(B) 45.88º 0.85% 0.71% -
XYZ 28.99 29.73 5.25 -
YUV 141.43 63.43 155.51 -
System Red Green Blue C M Y K H S L
Decimal 180 144 27 0 0.2 0.85 0.29 45.88 0.74 0.41
Hex B4 90 1B 0 14 55 1D 2E 4A 29
Octal 264 220 33 0 24 125 35 56 112 51
Binary 10110100 10010000 11011 0 10100 1010101 11101 101110 1001010 101001

Color Harmonies of #B4901B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4901B

Black with #B4901B

Text Example


Text Example

White with #B4901B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4901B; }

 p { color: rgb(180,144,27); }

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

background-color css

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

 a { background-color: rgb(180,144,27); }

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

border-color css

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

 span { border-color: rgb(180,144,27); }

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